'Declaration Public Overloads Function Find( _ ByVal characterSet() As Char _ ) As Integer
public int Find( char[] characterSet )
Parameters
- characterSet
- The array of characters for which to search.
Return Value
The location within the control where the search characters were found or a negative one (-1) if the search characters are not found or an empty search character set is specified in the char parameter.